Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec
The Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec schema contains TLS configuration used by the Supervisor when sending metrics to a remote endpoint.
This schema was added in vSphere API 9.0.0.0.
{
"certificate_authority_chain": "string",
"client_certificate": "string",
"client_private_key": "string"
}
Certificate authority chain holds the trusted roots to be used to establish HTTPS connections with the remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, certificate authority data will not be modified.
A PEM-encoded x509 certificate used by the Supervisor for TLS authentication when sending metrics to a remote endpoint.
This property was added in vSphere API 9.0.0.0.
If missing or null
, certificate will not be modified.
Private key associated with the Vcenter NamespaceManagement Supervisors Metrics TlsClientConfigUpdateSpec.client_certificate.
This property was added in vSphere API 9.0.0.0.
If missing or null
, private key will not be modified.